*{
    font-family: "Noto Sans JP", sans-serif !important; 
}

body{
    background-color: rgb(241, 241, 243);
    line-height: normal;
}

p{
    font-size: 16px;
    line-height: 1.8rem;
}

.featuring{
    padding-top: 24px;
}

.plataforma-omni{
    margin-top: 16px;
}

.formulario-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logos{
    display: flex;
    gap: 24px
}



.logo__place-separator{
    content: "";
    display: block;
    height: 60px;
    width: 1px;
    background-color: #bebebe;
}



.title-absol{
    margin-top: 24px;
}

body .mainContainer section.formRegister{
    background-image: none !important;
    min-height: auto !important;
}

body .mainContainer section.formRegister{
    background-color: #fff;
    
}

.header{
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    
}

.header-left{
    width: 50%;
    padding: 40px 96px 40px;
}

.header-right{
    width: 50%;
    display: grid;
    grid-template-columns: 300px 1fr;
    place-content: center;
}

.featuring .cont-f h2{
    color: #000;
    font-size: 26px;
    margin-bottom: 0;
}

.right__flex__align{
    display: flex;
    justify-content: center;
    align-items: center;
}



.btn{
    padding: 12px 40px;
    background-color: #da291c;
    font-weight: bold;
    border-radius: 0;
    text-align: center;
    color: #fff;
}

.icon-container{
    width: 100%;
    height: 244px;
    margin: 0 auto;
}

footer{
    background-color: #0d284d;
}

.colform .innerForm form .slideForm section.formFild > ul > li{
    padding-top: 16px;
}

.pattern-brand{
    background-image: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B2d873a01-bd5a-4a10-bd53-ebb44ff103de%7D_pattern.png");
    background-size: cover;
    width: 100%;
    height: 60px;
}


.description-items{
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: top;
    justify-content: space-between;
    justify-items: center;
    column-gap: 24px;
    min-height: 100px;
}


.carousel__featuring{
    margin-top: 14px;
}

.btn__carousel{
    cursor: pointer;
    text-decoration: none;
    color: #da291c;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 1px 7px 2px rgb(68 68 68 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
}



.carousel__controler{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-120%);
    padding: 0 30px;
}


.carousel__withbtn__container{
    position: relative;
}

.carousel__featuring{
    padding: 15px;
}

.colform .innerForm{
    padding-bottom: 56px;
}

.btn__carousel:hover{
    color: #ffffff;
    text-decoration: none;
}

.btn__carousel:active{
    color: #ffffff;
    text-decoration: none;
}

.btn__carousel:visited{
   
    color: #ffffff;
    text-decoration: none;
}

.btn__carousel:focus{
   
    color: #ffffff;
    text-decoration: none;
}


.container-descriptions-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
}

.colform .innerForm form .slideForm section.formFild > ul > li input{
    display: inline-block !important;

}

.form-check{
    display: flex;
    padding-left: 0;
}

.form-check-input{
    height: 20px !important;
    
}

.form-check-label{
    margin-left: 24px;
}

.radio__btns{
    display: flex;
}


.no__radio_btn{
    margin-left: 24px;
}

.content__left{
    padding-right: 40px;
}


.feature-description{
    box-shadow:   2px 4px 20px -6px rgb(0 0 0 / 30%);
    padding: 16px 24px;
    background-color: #004e6c;
    color: #ffffff;
    width: 100%;
   }

.feature-description b{
   
    color: #ffffff;
}

.feature-description p{
    font-weight: lighter;
    line-height: normal;
    color: #ffffff;
    margin-top: 8px;
   }

@media (max-width: 768px) {
    body .mainContent {
      width: 100% !important;
    }

    body .mainContainer{
        display: block !important;
    }
    body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt h2{
        font-size: 22px !important;
        line-height: 24px;
    }

    .icon-container{
        height: auto;
    }

    .why{
        margin-top: 24px;
    }
    .header-right{
        grid-template-columns: 1fr;
    }

    .content__left{
        padding-right: 0px;
    }

    .container-descriptions-items{
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 24px;
        row-gap: 24px;
    }

    .header-left p{
        text-align: center;
    }

    .formulario-title{
        text-align: center;
    }

    

    .feature-description{
        text-align: center;
    }
  

    .featuring{
        padding-bottom: 40px;
    }

    .description-items{
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
        justify-content: space-between;
        column-gap: 24px;
    }

    .logoAvaya{
        margin-top: 24px;
        
    }

    .list-up .l-txt{
        padding: 0 !important;
    }

    body .mainContainer section.formRegister{
        background-image: none !important;
    }

    .hero__img{
        margin-top: 24px;
    }

    .ty{
        margin-top: 40px;
    }

    .beneficios{
        padding: 50px 40px !important;
    }
    .beneficio{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
    .beneficio-img{
        margin-bottom: 16px;
    }
    .icon img{
        margin: 0 auto !important;
        text-align: center;
    }
    .plataforma-omni{
        text-align: center;
        margin-top: 0;
    }

    .colform .innerForm{
        margin-top: 24px;
    }

    .header{
        display: flex;
        flex-direction: column;
    }

    .header-left{
        width: 100%;
        padding: 40px;
    }
    
    .header-right{
        height: 200px;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .logos{
        justify-content: center;
    }

    .title-absol{
        text-align: center;
        font-size: 24px !important;
    }

    .main{
        display: flex;
        flex-direction: column-reverse;
    }

    .list-up{
        padding-bottom: 40px;
    }

  }


  .info-place{
    padding-left: 20px;
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
  }
  .main-info h4{
    font-weight: bold;
    color: #0A8E9B;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .data-home .col-sm-12 img{
    width: 45px;
  } 
  .data-home .col-sm-2 img{
    width: 45px;
  } 
  .data-home .col-sm-10{
    padding-left: 30px;
  }
  
  
  
  .cta-cal{
    padding: 0.6rem 2rem;
    border: 2px solid #0194d7;
    color: #000;
    font-size: 1rem;
    text-decoration: none;
  }
  .cta-cal:hover{
    background: #0d284d;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
  }

  .logo-in img{
    height: 60px;
    display: block;
    margin: 0 auto;
  }

  .logo-in-2 img{
    height: 80px;
    display: block;
    margin: 0 auto;
  }